home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
win
/
vb
/
gridpl.exe
/
GLOBAL.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1992-01-02
|
278 b
|
10 lines
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GLOBAL.BAS - Global ~~~~~~~~~~~~~~~~~~~~~~~
Rem Global declarations for Thunder to DB-Library translation dll.
Global Dbug As Integer
Rem Define TRUE and FALSE
Global Const TRUE% = -1
Global Const FALSE% = 0
Global Const SUCCESS% = 1